06. Crash Reporting in Green Thumb

Crash Reporting in Green Thumb

What is Proguard and what does deobfuscating a stack trace mean?

ProGuard shrinks your code, so reading a stack trace is difficult (if not impossible) because the method names are obfuscated (e.g. rendered difficult to understand).

Learn more about